UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The system must log Martian packets.


Overview

Finding ID Version Rule ID IA Controls Severity
V-38528 RHEL-06-000088 SV-50329r2_rule Low
Description
The presence of "martian" packets (which have impossible addresses) as well as spoofed packets, source-routed packets, and redirects could be a sign of nefarious network activity. Logging these packets enables this activity to be detected.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2017-04-28

Details

Check Text ( None )
None
Fix Text (F-43476r1_fix)
To set the runtime status of the "net.ipv4.conf.all.log_martians" kernel parameter, run the following command:

# sysctl -w net.ipv4.conf.all.log_martians=1

If this is not the system's default value, add the following line to "/etc/sysctl.conf":

net.ipv4.conf.all.log_martians = 1